home *** CD-ROM | disk | FTP | other *** search
- /* crypt.h (dummy version) -- do not perform encryption
- * Hardly worth copyrighting :-)
- */
-
- #ifdef CRYPT
- # undef CRYPT /* dummy version */
- #endif
-
- #define RAND_HEAD_LEN 12 /* length of encryption random header */
-
- #define zencode
- #define zdecode
-